home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 386 / doc / stat1.doc < prev    next >
Text File  |  1989-06-04  |  5KB  |  94 lines

  1.                            STATS 1 MENU
  2.  
  3. NORMALITY TESTS
  4. These two tests check whether a variable is drawn from a normal 
  5. population. In both cases, you must select the variable to operate 
  6. on. In the case where you know the parameters, you will be asked 
  7. for the mean and standard deviation of the underlying population. 
  8. The program will not evaluate the statistic returned. Published 
  9. tables must be used.
  10.  
  11. DESCRIPTIVE STATISTICS
  12. These tests provide mean, standard deviation, kurtosis, etc., for 
  13. the data set. If using grouped data, you will have to select a 
  14. grouping variable as well as the data variable.
  15.  
  16. CORRELATION
  17. These provide simple correlation tests.
  18. -Simple correlation is the correlation between two variables which 
  19. you choose.
  20. -The Spearman rank correlation test compares the ranks of two sets 
  21. of variables rather than the actual numbers.
  22. -The contingency coefficient test compares two variables on a 
  23. parametric basis. Data must be non-negative and scaled nominally.
  24. -Kendal Concordance is used with three or more variables which are 
  25. in the form of ranks. No selection of variables is made. The 
  26. entire set of data in memory is used.
  27. -The Kendal Tau test is similar to the Spearman rank test. It is 
  28. used for two variables in the form of ranks.
  29. -The Point Biserial correlation test is used with two related 
  30. variables. One variable is at least intervally scaled, and the 
  31. other is a dichotomous variable. A dichotomous variable is one 
  32. which can have only two values 0 or 1, such as for male versus 
  33. female. You will be asked separately for the two variables.
  34. -Lagged Auto correlation determines the correlation of a variable 
  35. with itself at an earlier time. The program will ask for the 
  36. variable to be examined and a variable into which to store the 
  37. results. The result is a series of values specifying the 
  38. correlation for a multitude of lag periods. The first value is 
  39. with no lag and has value 1.
  40. -Lagged Multiple Correlation is similar to the above except that 
  41. two variables are examined. In this case, you are asked for two 
  42. variables. Order of selection is important. The lag period will 
  43. refer to the value of the second variable "K" periods earlier. 
  44. Thus, if Variable "A" is to be related to Variable "B" at earlier 
  45. periods, you should select Variable "A" first and "B" second.
  46.  
  47. ORDINAL TESTS
  48. -Kolmogorov-Smirnov test checks a single variable to determine if 
  49. the values support the hypothesis that the differences between 
  50. them are chance.
  51. -Mann Whitney "U" test requires two independent samples 
  52. (variables). The variables do not have to be the same size.
  53. The test determines whether there is a difference in the rankings 
  54. between two groups. Small values are extreme for this test so the 
  55. comparison is "is the value less than the table value?"
  56. -Wilcoxon test is similar to the Mann Whitney, except that it uses 
  57. related or paired variables. Like the Mann Whitney, small values 
  58. are extreme. Thus if the calculated value is less than the tabular 
  59. value you reject the null hypothesis that there is no difference 
  60. between samples.
  61. -Kruskal Wallis test uses all data in the data set. There must be 
  62. at least three variables. The test is basically the three-or-more-
  63. factor equivalent of Mann Whitney. The extreme values are high,
  64. unlike the Mann Whitney.
  65. -Friedman test uses all the data. This is the three-or-more-factor 
  66. equivalent of Wilcoxon. However, because of the formulation, the 
  67. statistic extreme values are high.
  68. -Median test indicates whether the two samples appear to be drawn 
  69. from populations with the same median.
  70. -Runs test is used for one variable. In addition, you must select 
  71. the test criteria from among zero, the mean, and the median. The 
  72. test determines whether the data appears to be randomly 
  73. distributed about the criterion.
  74. -Sign test is used to test the probablility that a given variable 
  75. has a median of some test value. You must choose a variable and 
  76. then a test value for the median.
  77.  
  78. NOMINAL TESTS
  79. -Chi Square 1 test uses two variables, with the first representing 
  80. the expected number of occurrences and the second the actual 
  81. number. The test determines whether the actual data is consistant 
  82. with the expected.
  83. -Chi Square 2 test uses all of the data. The data is assumed to be 
  84. set up in a contingency matrix form. The null hypothesis is that 
  85. there is no relationship between the rows and columns.
  86. -McNemar test uses all data. There must be two rows and two 
  87. columns. It is a test used to investigate changes in response in a 
  88. pre- and post-stimulous study. See the manual for data setup.
  89. -Cochran test uses all data in the data set. There must be three 
  90. or more related variables with dichotomous data. In B/STAT 
  91. positives are treated as 1, negatives or 0 as 0. The test uses the 
  92. null hypothesis that there is no difference between variables. 
  93.  
  94.